Securing SSH Access
(posted 2018.12.01, last updated 2022.09.21)

[Tested for Ubuntu 18.04]

First I would like to secure my server against Bruteforce attacks, at least for ssh.

Prevent password authentication:

Change SSH Port to something not default (22):

Resources